+Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
+Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
+Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
+Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
+
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll
</para>
+<!-- ##### ARG GtkButton:displace-focus ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_button_new ##### -->
<para>
Creates a new #GtkButton widget. To add a child widget to the button,
GtkWidget *up_slider_button;
GtkWidget *down_slider_button;
guint settings_signal_id;
+ guint timer;
gint icon_size;
gint16 slider_width;
gint16 spacing;
gint16 button_offset;
guint slider_visible : 1;
+ guint ignore_click : 1;
+ guint need_timer;
};
struct _GtkPathBarClass